home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 2
/
Apprentice-Release2.iso
/
Tools
/
MPW
/
gzip 1.2.2
/
primos
/
include
/
stdlib.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1993-06-22
|
227 b
|
17 lines
|
[
TEXT/MPS
]
/*
** stdlib.h
**
** Emulation of the Unix stdlib.h header file for PRIMOS
**
** Author: Peter Eriksson <pen@lysator.liu.se>
*/
#ifndef __STDLIB_H__
#define __STDLIB_H__
extern char *malloc();
extern char *calloc();
#endif